home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMGENRE / TFMGENRE.txt
Text File  |  2004-09-21  |  2KB  |  105 lines

  1. object FmGenre: TFmGenre
  2.   Left = 453
  3.   Top = 329
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmGenre'
  7.   ClientHeight = 143
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   DataSource = DM.DsGenres
  18.   OnDataAfterEdit = DbFormDataAfterEdit
  19.   OnDataBeforeEdit = DbFormDataBeforeEdit
  20.   OnDataValidate = DbFormDataValidate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblName: TLabel
  24.     Left = 8
  25.     Top = 52
  26.     Width = 31
  27.     Height = 13
  28.     Caption = '&Name:'
  29.     FocusControl = EdtName
  30.   end
  31.   object LblParent: TLabel
  32.     Left = 8
  33.     Top = 84
  34.     Width = 60
  35.     Height = 13
  36.     Caption = '&Meta Genre:'
  37.   end
  38.   object PnlHeader: TPanel
  39.     Left = 8
  40.     Top = 8
  41.     Width = 289
  42.     Height = 25
  43.     Alignment = taLeftJustify
  44.     BevelOuter = bvNone
  45.     Caption = ' Genre'
  46.     Color = clBtnShadow
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindow
  49.     Font.Height = -13
  50.     Font.Name = 'Tahoma'
  51.     Font.Style = [fsBold]
  52.     ParentBackground = False
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object BtnOk: TBitBtn
  57.     Left = 136
  58.     Top = 113
  59.     Width = 75
  60.     Height = 25
  61.     TabOrder = 3
  62.     OnClick = BtnOkClick
  63.     Kind = bkOK
  64.   end
  65.   object BtnCancel: TBitBtn
  66.     Left = 216
  67.     Top = 113
  68.     Width = 75
  69.     Height = 25
  70.     TabOrder = 4
  71.     Kind = bkCancel
  72.   end
  73.   object EdtName: TcxDBTextEdit
  74.     Left = 80
  75.     Top = 48
  76.     Width = 217
  77.     Height = 21
  78.     DataBinding.DataField = 'GenreName'
  79.     DataBinding.DataSource = DM.DsGenres
  80.     Properties.OnChange = EdtNameChange
  81.     Style.StyleController = DM.EditStyles
  82.     TabOrder = 1
  83.   end
  84.   object EdtParent: TcxComboBox
  85.     Left = 80
  86.     Top = 80
  87.     Width = 217
  88.     Height = 21
  89.     Properties.DropDownListStyle = lsFixedList
  90.     Style.StyleController = DM.EditStyles
  91.     TabOrder = 2
  92.   end
  93.   object TblGenresLookup: TEasyTable
  94.     CurrentVersion = '5.72 '
  95.     TableName = 'Genres'
  96.     DatabaseName = 'AudiophilerDb'
  97.     InMemory = False
  98.     AutoIndexes = False
  99.     CacheEnabled = True
  100.     BDELikeFilter = False
  101.     Left = 8
  102.     Top = 104
  103.   end
  104. end
  105.